Skip to main content

DescribeStrategyExecDetail

Description

obtain the implementation details of the baseline check policy.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeStrategyExecDetail

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
StrategyIdBODYintegerNoNo sample value for this parameter.baseline check policy ID.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.
EndTimestringno demo valueexecution end time.
Percentstringno demo valuecheck the execution percentage progress.
Ipstringno demo valuehost asset IP.
StartTimestringno demo valueexecution start time.
SuccessCountintegerno demo valuecheck the number of hosts that successfully executed.
IntranetIpstringno demo valuehost private network IP.
FailedEcsListarrayno demo valuecheck the list of failed hosts. see the following parameter description for specific sub-items.
Reasonstringno demo valuecheck the cause of failure.
Sourcestringno demo valueCheck the execution type, such as automatic scheduling execution or manual execution.
InstanceNamestringno demo valuehost instance name.
FailCountintegerno demo valuecheck the number of failed hosts.
InProcessCountintegerno demo valuecheck the number of hosts in execution.

Example

Successful Response example

{
"RequestId":"no demo value",
"EndTime":"no demo value",
"Percent":"no demo value",
"Ip":"no demo value",
"StartTime":"no demo value",
"SuccessCount":"no demo value",
"IntranetIp":"no demo value",
"FailedEcsList":"no demo value",
"Reason":"no demo value",
"Source":"no demo value",
"InstanceName":"no demo value",
"FailCount":"no demo value",
"InProcessCount":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}